home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / CW68KDebug / FWBldDef.h next >
Encoding:
Text File  |  1996-09-17  |  536 b   |  21 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWBldDef.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:            (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. // This file should contains definitions specific to the build configuration.
  11.  
  12. #ifndef FWBLDDEF_H
  13. #define FWBLDDEF_H
  14.  
  15. // ----- Debug definition
  16. #define FW_DEBUG
  17.  
  18. #define FW_BUILD_MAC
  19. #define FW_BUILD_MAC68K
  20.  
  21. #endif